3 subject="""comment 1"""
4 date="2023-12-05T16:16:35Z"
6 This is EINVAL from probably open(2) or something like that.
8 EINVAL The final component ("basename") of pathname is invalid (e.g.,
9 it contains characters not permitted by the underlying filesysâ
12 The problem is likely the ending ".", since FAT and probably other Microsoft filesystems
13 don't allow that, and/or have other strange behavior like silently removing that.
15 Changed the code to avoid this.